home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / GAME / Pippin folder.sit / Pippin folder / PippinPuss / background_4412.txt < prev    next >
Text File  |  1991-05-19  |  951b  |  49 lines

  1. -- background: 4412 from stack: in
  2. -- bmap block id: 4832
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=18 top=278 right=308 bottom=64
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   repeat with v = 1 to 10
  23.     repeat with h = 1 to 6
  24.       set topleft of button (((v - 1)*6)+h) to (((h*32)+249)&","&((v*32)-24))
  25.     end repeat
  26.   end repeat
  27. end mouseUp
  28.  
  29.  
  30.  
  31.  
  32. -- part 4 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=14 top=316 right=329 bottom=69
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: 
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go home
  47. end mouseUp
  48.  
  49.